home *** CD-ROM | disk | FTP | other *** search
- /* This file is part of the XText package (version 0.8)
- Mike Dixon, April 1992
-
- Copyright (c) 1992 Xerox Corporation. All rights reserved.
-
- Use and copying of this software and preparation of derivative works based
- upon this software are permitted. This software is made available AS IS,
- and Xerox Corporation makes no warranty about the software or its
- performance.
- */
-
- #import <appkit/ScrollView.h>
-
- /* An XTScroller is a ScrollView that automatically installs an XText as
- its subview and does all the appropriate setup.
- */
-
- @interface XTScroller:ScrollView
- {
- }
-
- - initFrame:(const NXRect *)frameRect;
-
- @end
-